home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0"?> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <?xml-stylesheet href="chrome://iobitcom/skin/ebdialogstyle.css" type="text/css"?> <dialog id="ebOptionsDialog" windowtype="EBOptionsDialog_CT2384137" xmlns:html="http://www.w3.org/1999/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="manager = new EBToolbarOptionsDialogManager_CT2384137(); manager.onload(event);" onunload="manager.onunload(event);" ondialogaccept="manager.ondialogAccept(event);" title="Toolbar Options" buttons="accept,cancel" buttonlabelaccept="OK" buttonlabelcancel="Cancel"> <script type="application/x-javascript" src="chrome://iobitcom/content/ctoolbar.js"/> <script type="application/x-javascript"> var manager = null; </script> <tabbox > <tabs> <tab id="tabPersonalComponents" label="Personal Components" /> <tab id="tabPredefinedComponents" label="Predefined Components" /> <tab id="tabThirdPartyComponents" label="Useful Components" /> <tab id="tabMyStuffComponents" label="My Stuff" /> <tab id="tabAdditionalSettings" label="Additional Settings" /> </tabs> <tabpanels> <tabpanel id="tpPersonalComponents" > <vbox flex="1"> <label id="lblPersonalComponents" value="Personal Components" style="font-weight:bold;" /> <hbox class="indent"> <html:div id="dscPersonalComponents"> You can choose to include these additional useful components in the toolbar. </html:div> </hbox> <separator class="groove"/> <spacer height="5" /> <hbox class="indent"> <hbox style="height:200px;width:350px;"> <grid> <columns> <column /> <column /> </columns> <rows> <row align="start" id="rowEmail" style="margin-bottom:20px;"> <vbox> <checkbox src="chrome://iobitcom/skin/email.png" id="checkEMailNotifier" label="E-mail Notifier" accesskey="E" /> <spacer height="2" /> <hbox class="indent"> <button id="btnEMailNotifier" label="E-mail Notifier Settings..." oncommand="manager.personalComponentsDialogManager.onCommandEMailNotifier(event);" /> </hbox> </vbox> <spacer width="10" /> <vbox > <html:div id="dscEmailNotifier" style="width:260px"> Automatically notifies you of new<html:br/> emails that you receive. </html:div> </vbox> </row> <row align="start" id="rowPrivacy" style="margin-bottom:20px"> <vbox> <checkbox src="chrome://iobitcom/skin/block.png" id="checkPrivacy" label="Privacy Button" /> </vbox> <spacer width="10" /> <vbox > <html:div id="dscPrivacy" style="width:260px"> Includes cookie cleaner, history cleaner,<html:br/> and cache cleaner. </html:div> </vbox> </row> <row align="start" id="rowWeather" style="margin-bottom:20px"> <vbox> <checkbox src="chrome://iobitcom/skin/weather.png" id="checkWeather" label="Weather" /> </vbox> <spacer width="10" /> <vbox > <html:div id="dscWeather" style="width:260px"> Shows the current weather and a 3 day forecast,<html:br/> locally and globally. </html:div> </vbox> </row> <row align="start" id="rowRadio" style="margin-bottom:13px"> <vbox> <checkbox src="chrome://iobitcom/skin/radio/RadioPlayChev.ico" id="checkRadio" label="Online Radio Player" /> </vbox> <spacer width="10" /> <vbox > <html:div id="dscRadio" style="width:260px"> Lets you easily listen to online radio stations and podcasts. </html:div> </vbox> </row> <row align="start" id="rowFacebook" style="margin-bottom:13px"> <vbox> <checkbox src="chrome://iobitcom/skin/facebook/facebookOptions.png" id="checkFacebook" label="Facebook" /> <spacer height="2" /> <hbox class="indent"> <button id="btnFacebook" label="Facebook Settings..." oncommand="manager.personalComponentsDialogManager.onCommandFacebook(event);" /> </hbox> </vbox> <spacer width="10" /> <vbox > <html:div id="dscFacebook" style="width:260px"> Gives you access to all your Facebook stuff and even sends you desktop alerts. </html:div> </vbox> </row> <row align="start" id="rowAlertSettings"> <vbox> <hbox class="indent"> <button id="btnAlertSettings" label="Alert Settings..." oncommand="manager.personalComponentsDialogManager.onCommandAlertSettings(event);" /> </hbox> </vbox> <spacer width="10" /> <vbox> <html:div id="dscAlertSettings" style="width:260px"> Alert are community messages you can get right to your desktop. </html:div> </vbox> </row> </rows> </grid> </hbox> </hbox> </vbox> </tabpanel> <tabpanel id="tpPredefinedComponents"> <vbox flex="1"> <label id="lblPredefinedComponents" value="Predefined Components" style="font-weight:bold;" /> <hbox class="indent"> <html:div id="dscPredefinedComponents"> You can select which one of these predefined components to add and remove from the toolbar. </html:div> </hbox> <separator class="groove"/> <spacer height="5" /> <hbox class="indent" > <hbox > <listbox id="listPredefinedComponents" rows="10" width="360" onselect="manager.predefinedComponentsDialogManager.listbox_onSelect(event)" onkeypress="manager.predefinedComponentsDialogManager.listbox_onKeyPress(event)"> <listcols id="listcolsPredefinedComponents"> <listcol flex="0"/> <listcol flex="1"/> </listcols> </listbox> <vbox> <button label="hide" oncommand="manager.predefinedComponentsDialogManager.onShowHide(event)" id="showHideButton" /> <button label="delete" oncommand="manager.predefinedComponentsDialogManager.onDelete(event)" id="deleteButton" disabled="true"/> <spacer height="50" /> <hbox> <vbox> <button id="btnUp" style="min-height:25px" image="chrome://global/skin/arrow/arrow-up.gif" oncommand="manager.predefinedComponentsDialogManager.onMoveUp(event)"/> <button id="btnDown" style="min-height:25px" image="chrome://global/skin/arrow/arrow-dn.gif" oncommand="manager.predefinedComponentsDialogManager.onMoveDown(event)"/> </vbox> </hbox> </vbox> </hbox> </hbox> <!-- <separator class="groove"/> --> <spacer height="5" /> </vbox> </tabpanel> <tabpanel id="tpThirdPartyComponents"> <vbox flex="1"> <label id="lblThirdPartyComponents" value="Useful Components" style="font-weight:bold;" /> <hbox class="indent"> <html:div id="dscThirdPartyComponents"> You can choose to include these additional useful components in the toolbar. </html:div> </hbox> <separator class="groove"/> <spacer height="5" /> <hbox class="indent" > <hbox > <listbox id="listThirdPartyComponents" rows="10" width="360" onselect="manager.thirdPartyComponentsDialogManager.listbox_onSelect(event)" onkeypress="manager.thirdPartyComponentsDialogManager.listbox_onKeyPress(event)"> <listcols id="listcolsThirdPartyComponents"> <listcol flex="0"/> <listcol flex="1"/> </listcols> </listbox> <vbox> <button label="hide" oncommand="manager.thirdPartyComponentsDialogManager.onShowHide(event)" id="btnShowHide3rdParty" /> </vbox> </hbox> </hbox> <!-- <separator class="groove"/> --> <spacer height="5" /> </vbox> </tabpanel> <tabpanel id="tpMyStuffComponents"> <vbox flex="1"> <label id="lblMyStuffComponents" value="My Stuff" style="font-weight:bold;" /> <hbox class="indent"> <html:div id="dscMyStuffComponents" > The components you added to your toolbar are listed below. Select a component and then an action button. </html:div> </hbox> <separator class="groove"/> <spacer height="5" /> <hbox class="indent" > <hbox > <listbox id="listMyStuffComponents" rows="10" width="360" onselect="manager.MyStuffComponentsDialogManager.listbox_onSelect(event)" onkeypress="manager.MyStuffComponentsDialogManager.listbox_onKeyPress(event)"> <listcols id="listcolsMyStuffComponents"> <listcol flex="0"/> <listcol flex="1"/> </listcols> </listbox> <vbox> <button label="hide" oncommand="manager.MyStuffComponentsDialogManager.onShowHide(event)" id="showHideButtonMyStuff" /> <button label="delete" oncommand="manager.MyStuffComponentsDialogManager.onDelete(event)" id="deleteButtonMyStuff" disabled="true"/> <spacer height="50" /> <hbox> <vbox> <button id="btnUpMyStuff" style="min-height:25px" image="chrome://global/skin/arrow/arrow-up-sharp.gif" oncommand="manager.MyStuffComponentsDialogManager.onMoveUp(event)"/> <button id="btnDownMyStuff" style="min-height:25px" image="chrome://global/skin/arrow/arrow-dn-sharp.gif" oncommand="manager.MyStuffComponentsDialogManager.onMoveDown(event)"/> </vbox> </hbox> </vbox> </hbox> </hbox> <!-- <separator class="groove"/> --> <spacer height="5" /> </vbox> </tabpanel> <tabpanel id="tpAdditionalSettings"> <vbox flex="1"> <label id="lblAdditionalSettings" value="Additional Settings" style="font-weight:bold;" /> <hbox class="indent"> <html:div id="dscAdditionalSettings"> Additional settings of the toolbar. </html:div> </hbox> <separator class="groove"/> <spacer height="5" /> <hbox> <hbox width="23"/> <vbox> <checkbox id="checkEnableHistory" crop="start" style="width:400px" label="Enable search box history" class="optionsSettingsCheckbox" /> <spacer height="5" /> <checkbox id="checkEnableSuggest" crop="start" style="width:400px" label="Suggest search from my search history"/> <hbox class="optionsSettingsCheckbox"> <spacer width="23"/> <button id="btnClearHistory" label="Clear search history" onclick="manager.settingsDialogManager.clearAllSearchHistory(true);" /> </hbox> <checkbox id="checkEnableUsage" crop="start" style="width:400px" label="Send usage statistics (help us improve our toolbar)" class="optionsSettingsCheckbox" /> <checkbox id="checkEnableClickToSearchBox" crop="start" style="width:400px" label="Enable select to search box (selecting text on the page will send it to the search box)." class="optionsSettingsCheckbox" /> <checkbox id="checkEnableSearchBackToDefault" crop="start" style="width:400px" label="Always revert to default search engine." class="optionsSettingsCheckbox" /> <checkbox id="checkDontShowMCDetectedPopup" crop="start" style="width:400px" label="Show tooltip when community toolbar detected." class="optionsSettingsCheckbox" /> <checkbox id="checkFixPageNotFoundError" crop="start" style="width:400px" label='Fix "page not found" errors.' class="optionsSettingsCheckbox" /> <checkbox id="checkSearchInNewTab" crop="start" style="width:400px" label='Show the Search page when opening a new tab.' class="optionsSettingsCheckbox" /> <checkbox id="checkSearchFromAddress" crop="start" style="width:400px" label='Enable search from address bar.' class="optionsSettingsCheckbox" /> </vbox> </hbox> <spacer height="17" /> <!-- <separator class="groove"/> --> <spacer height="5" /> </vbox> </tabpanel> </tabpanels> </tabbox> </dialog>